setDropDownAlwaysVisible

open fun setDropDownAlwaysVisible(dropDownAlwaysVisible: Boolean)(source)

Sets whether the drop-down should remain visible under certain conditions. The drop-down will occupy the entire screen below getAnchorView regardless of the size or content of the list. getBackground will fill any space that is not used by the list.

Parameters

dropDownAlwaysVisible

Whether to keep the drop-down visible.